projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8e1c9
)
GtkBubbleWindow: use OSD style class
author
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 5 Mar 2013 16:38:05 +0000
(11:38 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Mar 2013 21:48:02 +0000
(16:48 -0500)
gtk/gtkbubblewindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbubblewindow.c
b/gtk/gtkbubblewindow.c
index f2ef2ecedcc5423fd3e943726db652651392c50d..f46887808070ae1020803bc10841c015c2921a8c 100644
(file)
--- a/
gtk/gtkbubblewindow.c
+++ b/
gtk/gtkbubblewindow.c
@@
-94,6
+94,9
@@
_gtk_bubble_window_init (GtkBubbleWindow *window)
if (visual)
gtk_widget_set_visual (widget, visual);
+
+ gtk_style_context_add_class (gtk_widget_get_style_context (widget),
+ GTK_STYLE_CLASS_OSD);
}
static GObject *